ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / OnSourceCollectionChanged Method
The sender.
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
    OnSourceCollectionChanged Method (C1WrapCollectionView<S,T>)
    In This Topic
    Called when the source collection changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnSourceCollectionChanged( _
       ByVal sender As System.Object, _
       ByVal e As System.Collections.Specialized.NotifyCollectionChangedEventArgs _
    ) 
    protected virtual void OnSourceCollectionChanged( 
       System.object sender,
       System.Collections.Specialized.NotifyCollectionChangedEventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
    See Also